home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / C_QNA.ARJ / WEP.BCP < prev   
Text File  |  1991-04-01  |  372b  |  8 lines

  1. QUESTION:  What is WEP?
  2.  
  3. ANSWER:    WEP (Windows Exit Procedure) is the exit point of a Windows
  4.            DLL (Dynamic Link Libarary).  Windows will call the WEP
  5.            function just prior to unloading the DLL.  WEP should perform
  6.            any cleanup required for the DLL. A default WEP function is
  7.            provided by the Borland C++ runtime libraries.
  8.